home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / COM / ProTERM Mac1.2a.sit / ProTERM Mac1.2a / Extras / Resident User Empty < prev   
Text File  |  1996-07-24  |  2KB  |  53 lines

  1. /**********************************************
  2.  *                                            *
  3.  *  ProTERM/Mac Resident User Macro Template  *
  4.  *                                            *
  5.  *       Version 1201   Updated 5/30/96       *
  6.  *                                            *
  7.  **********************************************/
  8.  
  9. /*
  10. This is an empty "macro template" file which can be used to add additional macros to ProTERM. To use it, drag it to the Macros folder and rename it to Resident User # where # is an unused number.
  11. */
  12.  
  13. //
  14. // special "link" code just in case file is executed directly
  15. //
  16. FUNC main()
  17. {
  18.  SHARED STR _mac0;
  19.  EXTERN(_mac0,main(1));
  20.  RETURN;
  21. }
  22.  
  23. /***********************************************************************/
  24. /*                   Start of Startup Macros                           */
  25. /***********************************************************************/
  26.  
  27. FUNC startup()
  28. {
  29. //
  30. // Add startup macro variables after this comment
  31. //
  32.  
  33. // leave this code unchanged
  34.  RESIDENT("",0,#KeyAccess+#LibAccess);
  35.  RETURN;
  36. }
  37.  
  38.  
  39. /***********************************************************************/
  40. /*                   Start of Keyboard Macros                          */
  41. /***********************************************************************/
  42.  
  43.  
  44. /***********************************************************************/
  45. /*                   Start of Library Macros                           */
  46. /***********************************************************************/
  47.  
  48.  
  49. /***********************************************************************/
  50. /*                   Start of Event Macros                             */
  51. /***********************************************************************/
  52.  
  53.